@media only screen and (min-width: 897px) {
    .banner_block{
        margin: 100px 0 20px !important;
    }
    .banner_block_2{
        margin: 20px 0 60px !important;
    }
    .wankure_plus{
        margin: 80px 0 0;
    }
    .wankure_plus img{
        width: auto !important;
    }
    .wankure_plus .ta-c img{
        margin: 0 auto;
    }
    .wankure_plus .block2 img.pc{
        display: block !important;
    }
    .wankure_plus .block4{
        margin-top: 20px;
        margin-left: -1.02974828375286%;
        margin-bottom: 40px;
    }
    .wankure_plus .block6{
        margin: 40px 0 0;
    }
    .wankure_plus .block6 p,
    .wankure_plus .block6 ul{
        font-size: 14px;
        color: #000;
        line-height: 20px;
    }
    .wankure_plus .block6 p.bold{
        font-weight: bold;
    }
    .wankure_plus .block6 ul li{
        position: relative;
        padding-left: 14px;
    }
    .wankure_plus .block6 ul li:before{
        content: '■';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #000;
        line-height: 20px;
    }
    .wankure_plus .block6 .title_1{
        margin: 0 0 8px;
    }
    .wankure_plus .block6 .title_2{
        margin: 40px 0 8px;
    }
    .wankure_plus .block7{
        margin: 36px 0 0;
    }

    .plus_btn{
        position: absolute;
        top: 200px;
        right: 0;
        height: 91px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('/-/media/Project/Dmc Tenants/DD Tenant/shared/support/sumapaketwin/wankure_twin/pc/wankure_plus_btn_close.png');
        background-size: 96px auto;
        display: none;
        z-index: 1;
        transition: all 300ms ease-out;
    }
    .plus_btn a,
    .plus_btn .btn_close{
        display: none;
    }
    .plus_btn .btn_open{
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    /* open時 */
    .plus_btn.open .btn_open{
        display: none;
    }
    .plus_btn.open a{
        display: block;
        width: 352px;
        height: 91px;
    }
    .plus_btn.open .btn_close{
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 80px;
        height: 91px;
        cursor: pointer;
    }

    .plus_btn.on{
        display: block;
    }
    .plus_btn.open{
        width: 432px;
        background-image: url('/-/media/Project/Dmc Tenants/DD Tenant/shared/support/sumapaketwin/wankure_twin/pc/wankure_plus_btn_open.png');
        background-size: 432px auto;
    }
    .plus_btn{
        width: 96px;
    }
    .plus_btn.twin,
    .plus_btn.on.twin{
        display: none;
    }
}


@media only screen and (max-width: 896px) {
    .wankure_plus{
        margin: 40px 0 0;
    }
    .wankure_plus .block2 img.sp{
        display: block !important;
    }
    .wankure_plus .block3 img{
        margin: 0 !important;
    }
    .wankure_plus .block6 .title_1{
        margin: 20px 0 8px;
    }
    .wankure_plus .block6 .title_1 img,
    .wankure_plus .block6 .title_2 img{
        width: auto !important;
    }
    .wankure_plus .block6 .title_2{
        margin: 20px 0 8px;
    }
    .wankure_plus .block6 p,
    .wankure_plus .block6 ul{
        font-size: 12px;
        color: #000;
        line-height: 15px;
    }
    .wankure_plus .block6 p.bold{
        font-weight: bold;
    }
    .wankure_plus .block6 ul li{
        position: relative;
        padding-left: 12px;
    }
    .wankure_plus .block6 ul li:before{
        content: '■';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        color: #000;
        line-height: 15px;
    }
    .wankure_plus .block7{
        margin: 36px 0 0;
        text-align: center;
    }

    .plus_btn{
        position: fixed;
        bottom: env(safe-area-inset-bottom);
        right: 0;
        width: 100vw;
        height: 22.66666666666667vw;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('/-/media/Project/Dmc Tenants/DD Tenant/shared/support/sumapaketwin/wankure_twin/sp/wankure_plus_btn_sp.png');
        background-size: 100% auto;
        display: none;
        z-index: 1;
    }
    .plus_btn.on{
        display: block;
    }
    .plus_btn.on a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .plus_btn.twin,
    .plus_btn.on.twin{
        display: none;
    }
}
@media (min-width: 897px){
  .bodyclass.page-second .component table.table td {
    width: 140px;
    white-space: nowrap;
  }
  .ac_set {
    margin: 50px auto 0;
    width: 800px;

  }
  .ac_set .ac_btn {
    cursor: pointer;
    position: relative;
  }
  .ac_set .ac_btn .open {
    position: absolute;
  }
  .ac_set .ac_btn .close {
    opacity: 0;
  }
  .ac_set .ac_btn.open .open {
    opacity: 0;
  }
  .ac_set .ac_btn.open .close {
    opacity: 1;
  }

  .ac_set .ac_wrap {
    overflow: hidden;
    transition: height 0.2s ease-in;
    height: 0;
  }
  .ac_set .ac_inner {
    padding-top: 30px;
    justify-content: space-between;
  }
  .bodyclass.page-second .component .ac_set .ac_inner p {
    font-size: 20px;
    line-height: 1.33;
    text-align: justify;
  }
  .bodyclass.page-support-sumapake-wankure .panel .ac_set .col-sm-6 {
    width: 377px;
  }
  .bodyclass.page-support-sumapake-wankure .panel .ac_set .col-sm-6:last-child {
    width: 398px;
  }
  .wankure_plus {
    margin-top: 20px;
  }
  .bodyclass.page-second #content .row + .row {
    max-width: 860px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bodyclass.page-second #content .row + .row.block-wankure-cars {
    margin-top: 52px;
  }
  .bodyclass.page-second .block-wankure-cars .item .name {
    font-size: 20px;
    color: #707070;
    border-top: #707070 3px solid;
    padding-top: 9px;
    margin-top: 26px;
  }
  .bodyclass.page-second .block-wankure-cars .item .name small {
    font-size: 15px !important;
  }
  .bodyclass.page-second .block-wankure-cars .item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0.5em;
    color: #e1241b;
    font-weight: 700;
    line-height: 1;
    flex-wrap: wrap;
    margin-top: 1em;
    font-size: 100%;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .sub {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #e1241b;
    text-align: left;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .monthly {
    font-size: 22px;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .number {
    font-size: 60px;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .number .yen {
    font-size: 30px;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .unit .tax,
  .bodyclass.page-second .block-wankure-cars .item .price .unit .yen {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .unit {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    font-size: 12px;
  }
  .bodyclass.page-support-sumapake-wankure .panel .col-sm-6 {
    width: 400px;
    width: 49%;
    padding-left: 0;
    padding-right: 0;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .number_of_time {
    font-size: 26px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .bodyclass.page-second .component .ex_title {
    color: #707070;
    font-weight: bold;
  }
  .bodyclass.page-second .component .ex_title p {
    font-size: 20px;
  }
  .bodyclass.page-second .component table.table {
    border: #707070 1px solid;
  }
  .bodyclass.page-second .component .block-wankure-cars table.table th,
  .bodyclass.page-second .component .block-wankure-cars table.table td {
    border: #707070 1px solid;
    padding: 2px 9px;
    font-weight: normal;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.33;
    font-feature-settings: 'palt';
  }
  .bodyclass.page-second .component table.table th span {
    font-size: 1em;
  }
  .bodyclass.page-second .component table.table th {
    text-align: center;
  }
  .bodyclass.page-second .component table.table td {
    text-align: right;
  }
  .bodyclass.page-second .component table.table td.ym {
    text-align: center;
  }
  .bodyclass.page-second .component table.table th.align-left {
    text-align: left;
  }
  .bodyclass.page-second .component table.table th.th_empty {
    border: none;
    width: 30px;
    padding: 0;
  }
  .bodyclass.page-second .component table.table th.bt_none {
    border-top: none;
  }
  .bodyclass.page-second .component table.table th.bb_none {
    border-bottom: none;
  }
  .bodyclass.page-second .component table.table th.vertical_wrap {
    width: 28px;
    line-height: 1;
  }
  .bodyclass.page-second #content .row.block-wankure-cars>p {
    font-size: 20px;
    line-height: calc(21 / 15);
  }
}
@media (max-width: 896px){
  .ex_table_wrap {
      display: block;
      padding: 0;
  }
  .btn_toggle {
      background-color: #FFFFFF;
      color: #000000;
      font-weight: normal;
      padding: 0 10px;
  }
  .bodyclass.page-second .component table.table td,
  .bodyclass.page-second .component table.table th {
    display: table-cell;
  }
  .bodyclass.page-second .component table.table td {
    width: 110px;
    white-space: nowrap;
  }
  .bodyclass.page-second .component .ex_title {
    color: #707070;
    font-weight: bold;
  }
  .bodyclass.page-second .component table.table {
    border: #707070 1px solid;
  }
  .bodyclass.page-second .component table.table th,
  .bodyclass.page-second .component table.table td {
    border: #707070 1px solid;
    padding: 2px 7px;
    font-weight: normal;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.27;
    font-feature-settings: 'palt';
  }
  .bodyclass.page-second .component table.table th {
    text-align: center;
  }
  .bodyclass.page-second .component table.table td {
    text-align: right;
  }
  .bodyclass.page-second .component table.table td.ym {
    text-align: center;
  }
  .bodyclass.page-second .component table.table th.align-left {
    text-align: left;
  }
  .bodyclass.page-second .component table.table th.th_empty {
    border: none;
    width: 13px;
    padding: 0;
  }
  .bodyclass.page-second .component table.table th.bt_none {
    border-top: none;
  }
  .bodyclass.page-second .component table.table th.bb_none {
    border-bottom: none;
  }
  .bodyclass.page-second .component table.table th.vertical_wrap {
    width: 21px;
    padding: 0 4px;
    line-height: 1;
  }
  .bodyclass.page-second .component table.table th span {
    font-size: inherit;
  }
  .bodyclass.page-second #content .row.block-wankure-cars>p {
    font-size: 16px;
    line-height: calc(15 / 11);
  }
  .ac_set {
    margin-top: 25px;
  }
  .ac_set .ac_btn {
    cursor: pointer;
    position: relative;
  }
  .ac_set .ac_btn .sp {
    width: 100%;
  }
  .ac_set .ac_btn .open {
    position: absolute;
  }
  .ac_set .ac_btn .close {
    opacity: 0;
  }
  .ac_set .ac_btn.open .open {
    opacity: 0;
  }
  .ac_set .ac_btn.open .close {
    opacity: 1;
  }
  .ac_set .ac_wrap {
    overflow: hidden;
    transition: height 0.2s ease-in;
    height: 0;
  }
  .ac_set .ac_inner {
    padding-top: 19px;
  }
  .ac_set .ac_inner .col-sm-6 {
    width: 100%;
  }
  .bodyclass.page-second .block-wankure-cars .item {
    width: 100%;
  }
  .bodyclass.page-second .block-wankure-cars .item .name {
    font-size: 15px;
    color: #707070;
    border-top: #707070 2px solid;
    padding-top: 9px;
    margin-top: 21px;
  }
  .bodyclass.page-second .block-wankure-cars .item .name small {
    font-size: 12px !important;
  }
  .bodyclass.page-second .block-wankure-cars .item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0.5em;
    color: #e1241b;
    font-weight: 700;
    line-height: 1;
    margin-top: 1em;
    font-size: 100%;
  }
  .bodyclass.page-second .block-wankure-cars .item .price {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .bodyclass.page-second .block-wankure-cars .item .price.center {
    justify-content: center;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .sub {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .monthly {
    font-size: 17px;
    margin-right: 0.2em;
    margin-left: 0;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .number {
    font-size: 48px;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .number .yen {
    font-size: 21px;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .unit .tax,
  .bodyclass.page-second .block-wankure-cars .item .price .unit .yen {
    display: inline-block;
    font-size: 11px;
  }
  .bodyclass.page-second .block-wankure-cars .item .price .number_of_time {
    font-size: 18px;
    margin-bottom: 0.05em;
  }
  .bodyclass.page-second .component .ac_set .ac_inner p {
    font-size: 16px;
    line-height: calc(15 / 11);
    text-align: justify;
  }
  .wankure_plus {
    margin-top: 10px;
  }
  .bodyclass.page-support-sumapake-wankure .panel {
    padding-bottom: 24px;
  }
}